GUI Entry Points
Pseudocode for class PurchaseOperation:
public void TransactionAuthorized()
{  Freeze the gui state

  result=selectedProtocol.actUpon(
    instrument, this);}

pubic void cancel(){
  cancelled=true;}

Return to Tracks